AiSetCurr

 

AiSetCurr function changes the current value of AI tag.

 

Sample

@AiSetCurr("ai_vir01", 10.54);

 

Description : The above statement changes the current value of AI tag named 'ai_vir01' into '10.54'.

 

$ai_vir01 = 10.54;

Even if you write statement as above, the result is the same.